home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / instin02 / 00170.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  259 b   |  12 lines

  1. on exitFrame
  2.   global myOffset, stillInBusiness
  3.   set msgID to 2
  4.   set tempList to [myOffset, the memberNum of sprite 42, stillInBusiness]
  5.   set data to string(tempList)
  6.   if writeFile(msgID, data) = 1 then
  7.     play done
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.